diff options
Diffstat (limited to 'time/asclock-xlib/Makefile')
-rw-r--r-- | time/asclock-xlib/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/time/asclock-xlib/Makefile b/time/asclock-xlib/Makefile new file mode 100644 index 00000000000..f2ec7243c94 --- /dev/null +++ b/time/asclock-xlib/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 23:32:15 wiz Exp $ +# + +DISTNAME= asclock-xlib-2.0.11 +PKGNAME= asclock-xlib-2.0b11 +WRKSRC= ${WRKDIR}/asclock-xlib +CATEGORIES= x11 time +MASTER_SITES= http://www.asclock.org/tar/ + +MAINTAINER= jlam@netbsd.org +HOMEPAGE= http://www.asclock.org/ + +USE_IMAKE= YES +USE_XPM= YES + +PLIST_SRC= ${PKGDIR}/PLIST \ + ${PKGDIR}/PLIST.themes + +pre-configure: + cd ${WRKSRC}; ${LN} -sf themes/classic default_theme + +pre-install: + ${RM} -f ${WRKSRC}/themes/Freeamp/Makefile* + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/asclock-xlib + cd ${WRKSRC}; ${INSTALL_DATA} COPYING README.THEMES \ + ${PREFIX}/share/doc/asclock-xlib + ${MKDIR} ${PREFIX}/share/asclock-xlib + ${CP} -R ${WRKSRC}/themes/* ${PREFIX}/share/asclock-xlib + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/asclock-xlib + +.include "../../mk/bsd.pkg.mk" |