[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / x11 / astime

File: [local] / ports / x11 / astime / Makefile (download)

Revision 1.20, Wed Sep 27 20:37:02 2023 UTC (8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.19: +1 -1 lines

MASTER_SITES -> SITES
now I only need to finish modules!

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=	Yes
WANTLIB=		ICE SM X11 Xext Xpm c m

SITES=			http://www.tigr.net/afterstep/download/astime/

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>