summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-28 06:09:24 +0000
committerjlam <jlam>2001-06-28 06:09:24 +0000
commitee672887ba83bd334e267d586283dfece9e1fa57 (patch)
tree31ab4dcb9335b4ad85ba32382b4672f8551ee443 /devel
parenta39779cbe70f1db70c65f1117a5fb00cd3ac5858 (diff)
downloadpkgsrc-ee672887ba83bd334e267d586283dfece9e1fa57.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'devel')
-rw-r--r--devel/pilrc/Makefile21
1 files changed, 12 insertions, 9 deletions
diff --git a/devel/pilrc/Makefile b/devel/pilrc/Makefile
index 721239a772a..3b941fe56cb 100644
--- a/devel/pilrc/Makefile
+++ b/devel/pilrc/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2001/05/18 09:51:59 dillo Exp $
+# $NetBSD: Makefile,v 1.7 2001/06/28 06:09:24 jlam Exp $
#
DISTNAME= pilrc-2.8p4
PKGNAME= pilrc-2.8.4nb1
+WRKSRC= ${WRKDIR}/pilrc-2.8p4
CATEGORIES= devel
MASTER_SITES= http://www.ardiri.com/download/palm/pilrc/patch/
#MASTER_SITES= http://www.ardiri.com/download/palm/pilrc/archive/
@@ -17,25 +18,27 @@ MAINTAINER= dillo@netbsd.org
HOMEPAGE= http://www.ardiri.com/index.cfm?redir=palm&cat=pilrc
COMMENT= generate resources for PalmOS applications from textual description
+#EXTRACT_CMD= unzip -aq ${DOWNLOADED_DISTFILE}
+
+USE_BUILDLINK_ONLY= YES
+USE_CONFIG_WRAPPER= YES
+
+GNU_CONFIGURE= YES
+
+DOCDIR= ${PREFIX}/share/doc/html/pilrc
+
.include "../../mk/bsd.prefs.mk"
PILRC_USE_GTK?= YES
.if ${PILRC_USE_GTK} == YES
-DEPENDS+= gtk+>=1.2.0:../../x11/gtk
+.include "../../x11/gtk/buildlink.mk"
PLIST_SUBST+= PILRCUI=''
.else
CONFIGURE_ARGS+=--disable-pilrcui
PLIST_SUBST+= PILRCUI='@comment '
.endif
-#EXTRACT_CMD= unzip -aq ${DOWNLOADED_DISTFILE}
-
-WRKSRC= ${WRKDIR}/pilrc-2.8p4
-GNU_CONFIGURE= YES
-
-DOCDIR= ${PREFIX}/share/doc/html/pilrc
-
post-extract:
${CHMOD} +x ${WRKSRC}/configure
${CHMOD} +x ${WRKSRC}/missing