mirror of https://git.FreeBSD.org/ports.git
parent
875f5bc80d
commit
3ebd45ad39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391499
|
@ -1,10 +1,9 @@
|
|||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/x11/startup-notification/Makefile,v 1.10 2010/07/21 18:04:43 mezz Exp $
|
||||
|
||||
PORTNAME= startup-notification
|
||||
PORTVERSION= 0.12
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= http://www.freedesktop.org/software/startup-notification/releases/
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -15,7 +14,7 @@ COMMENT= Library that supports startup notification spec from freedesktop.org
|
|||
LIB_DEPENDS= libxcb-util.so:${PORTSDIR}/x11/xcb-util
|
||||
|
||||
USE_XORG= x11
|
||||
USES= gmake libtool:keepla pathfix pkgconfig
|
||||
USES= gmake libtool pathfix pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
|
|
@ -5,7 +5,6 @@ include/startup-notification-1.0/libsn/sn-monitor.h
|
|||
include/startup-notification-1.0/libsn/sn-util.h
|
||||
include/startup-notification-1.0/libsn/sn.h
|
||||
lib/libstartup-notification-1.a
|
||||
lib/libstartup-notification-1.la
|
||||
lib/libstartup-notification-1.so
|
||||
lib/libstartup-notification-1.so.0
|
||||
lib/libstartup-notification-1.so.0.0.0
|
||||
|
|
Loading…
Reference in New Issue