openbsd-ports/x11/astime/Makefile
2013-03-11 11:35:43 +00:00

30 lines
797 B
Makefile

# $OpenBSD: Makefile,v 1.16 2013/03/11 11:46:08 espie Exp $
COMMENT= wm-dockapp; Time/Date applet
DISTNAME= astime-2.8
REVISION= 0
CATEGORIES= x11 x11/windowmaker
HOMEPAGE= http://www.tigr.net/afterstep/view.php?applet=astime/data
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= ICE SM X11 Xext Xpm c m
MASTER_SITES= http://www.tigr.net/afterstep/download/astime/
USE_GROFF = Yes
NO_TEST= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-jpeg
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/astime ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/astime.man ${PREFIX}/man/man1/astime.1
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/asclock
cd ${WRKSRC} && ${INSTALL_DATA} default.astimerc modern.astimerc \
sample.astimerc thick.astimerc ${PREFIX}/share/examples/asclock
.include <bsd.port.mk>