9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
36 lines
1,000 B
Makefile
36 lines
1,000 B
Makefile
# $NetBSD: Makefile,v 1.16 2006/03/04 21:30:52 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= asclock-xlib-2.0.11
|
|
PKGNAME= asclock-xlib-2.0b11
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11 time
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} # www.asclock.org is no more
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Dockable clock and calendar with themes for X11
|
|
|
|
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
|
|
|
|
WRKSRC= ${WRKDIR}/asclock-xlib
|
|
USE_IMAKE= 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
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/asclock-xlib
|
|
${CP} -R ${WRKSRC}/themes/* ${PREFIX}/share/asclock-xlib
|
|
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/asclock-xlib
|
|
|
|
.include "../../graphics/xpm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|