summaryrefslogtreecommitdiffstats
path: root/x11/startup-notification/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-23 06:52:13 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-23 06:52:13 +0800
commita467b728ff420a417211b669327a7e4e76ff5cbe (patch)
treef1937fc4b802cfa3f9279294a611ba188f5cf5c8 /x11/startup-notification/Makefile
parent34861aa043f19667a75f4a23fe9fefacc6eefe27 (diff)
downloadmarcuscom-ports-a467b728ff420a417211b669327a7e4e76ff5cbe.tar
marcuscom-ports-a467b728ff420a417211b669327a7e4e76ff5cbe.tar.gz
marcuscom-ports-a467b728ff420a417211b669327a7e4e76ff5cbe.tar.bz2
marcuscom-ports-a467b728ff420a417211b669327a7e4e76ff5cbe.tar.lz
marcuscom-ports-a467b728ff420a417211b669327a7e4e76ff5cbe.tar.xz
marcuscom-ports-a467b728ff420a417211b669327a7e4e76ff5cbe.tar.zst
marcuscom-ports-a467b728ff420a417211b669327a7e4e76ff5cbe.zip
Remove startup-notification. It is now up-to-date in the main FreeBSD
ports tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@409 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/startup-notification/Makefile')
-rw-r--r--x11/startup-notification/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile
deleted file mode 100644
index ac9660ca0..000000000
--- a/x11/startup-notification/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: startup-notification
-# Date created: 14 November 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD: ports/x11/startup-notification/Makefile,v 1.1 2002/11/14 18:15:25 marcus Exp $
-#
-
-PORTNAME= startup-notification
-PORTVERSION= 0.4
-CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_REINPLACE= yes
-USE_GMAKE= yes
-USE_GNOMENG= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>