summaryrefslogtreecommitdiff
path: root/time/asclock-xlib/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-16 00:55:42 +0000
committerjlam <jlam@pkgsrc.org>2001-07-16 00:55:42 +0000
commit669cadcd7506a745399d780086de076d64b0dd90 (patch)
tree3ed4cf5ee085580022373f4c363340622b8a0491 /time/asclock-xlib/Makefile
parent4d45a242ec3fc7664b597fe451ca981854383cdc (diff)
downloadpkgsrc-669cadcd7506a745399d780086de076d64b0dd90.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'time/asclock-xlib/Makefile')
-rw-r--r--time/asclock-xlib/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/time/asclock-xlib/Makefile b/time/asclock-xlib/Makefile
index 828de5fedcb..362af1984fb 100644
--- a/time/asclock-xlib/Makefile
+++ b/time/asclock-xlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/07/16 00:36:33 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2001/07/16 00:55:42 jlam Exp $
#
DISTNAME= asclock-xlib-2.0.11
@@ -10,8 +10,9 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} # www.asclock.org is no more
MAINTAINER= jlam@netbsd.org
COMMENT= dockable clock and calendar with themes for X11
-USE_IMAKE= YES
-USE_XPM= YES
+USE_BUILDLINK_ONLY= YES
+USE_IMAKE= YES
+USE_X11BASE= YES
PLIST_SRC= ${PKGDIR}/PLIST \
${PKGDIR}/PLIST.themes
@@ -30,4 +31,5 @@ post-install:
${CP} -R ${WRKSRC}/themes/* ${PREFIX}/share/asclock-xlib
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/asclock-xlib
+.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/bsd.pkg.mk"