summaryrefslogtreecommitdiffstats
path: root/deskutils/gmcal/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-03-30 11:21:03 +0000
committerdinoex <dinoex@FreeBSD.org>2002-03-30 11:21:03 +0000
commit7eb804e87341cb9fe538429cea3db943e388c24c (patch)
tree7d2309cdac769218a924b64ee6ad5d7a072c4275 /deskutils/gmcal/Makefile
parent27661079cfe16f06baa6f73d4857e5956c35d2dd (diff)
downloadFreeBSD-ports-7eb804e87341cb9fe538429cea3db943e388c24c.zip
FreeBSD-ports-7eb804e87341cb9fe538429cea3db943e388c24c.tar.gz
mcal & gmcal use the libmcal library (see PR ports/31416 )
to access calendars that can be stored in many different formats. They are mostly exsamples and how-to use the MCAL library PR: 31461 Submitted by: thierry@pompo.net
Diffstat (limited to 'deskutils/gmcal/Makefile')
-rw-r--r--deskutils/gmcal/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/deskutils/gmcal/Makefile b/deskutils/gmcal/Makefile
new file mode 100644
index 0000000..bc28fd6
--- /dev/null
+++ b/deskutils/gmcal/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: gmcal
+# Date created: Mon Oct 15 09:09:46 GMT 2001
+# Whom: thierry@pompo.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= gmcal
+PORTVERSION= 0.0.1
+CATEGORIES= deskutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= libmcal
+
+MAINTAINER= thierry@pompo.net
+
+LIB_DEPENDS= mcal.0:${PORTSDIR}/misc/libmcal
+RUN_DEPENDS= ${LOCALBASE}/mcal/mcal:${PORTSDIR}/deskutils/mcal
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+USE_GTK= yes
+
+STRIP= /usr/bin/strip
+
+post-extract:
+ ${CHMOD} a-x ${WRKSRC}/*
+
+post-build:
+ ${STRIP} ${WRKSRC}/gmcal
+
+do-install:
+ ${CP} ${WRKSRC}/gmcal ${PREFIX}/gmcal
+
+post-install:
+ @${ECHO} "*****************************************************************************"
+ @${ECHO} ""
+ @${ECHO} " gmcal has been installed in ${PREFIX}/gmcal."
+ @${ECHO} ""
+ @${ECHO} "*****************************************************************************"
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud