1e474f48e1
"I haven't used any of those ports myself for a long time, so I think it's best you remove me as maintainer."
31 lines
692 B
Makefile
31 lines
692 B
Makefile
# $OpenBSD: Makefile,v 1.19 2012/12/13 16:34:48 naddy Exp $
|
|
|
|
COMMENT= wm-dockapp; simple four-function calculator
|
|
|
|
DISTNAME= wmcalc-0.3
|
|
REVISION= 2
|
|
CATEGORIES= math x11 x11/windowmaker
|
|
|
|
HOMEPAGE= http://members.cox.net/ehf_dockapps/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= X11 Xext Xpm c m
|
|
|
|
MASTER_SITES= ${HOMEPAGE}wmcalc/
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
SAMPLE_DIR= ${PREFIX}/share/examples/wmcalc
|
|
SUBST_VARS+= SAMPLE_DIR
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/wmcalc ${PREFIX}/bin
|
|
${INSTALL_DATA_DIR} ${SAMPLE_DIR}
|
|
${INSTALL_DATA} ${WRKSRC}/.wmcalc ${SAMPLE_DIR}/dot.wmcalc.sample
|
|
|
|
.include <bsd.port.mk>
|