46cfd641c4
- mirror distfile - drop maintainer - sync wantlib, plist maintainer timeout
32 lines
683 B
Makefile
32 lines
683 B
Makefile
# $OpenBSD: Makefile,v 1.14 2011/06/16 11:45:53 sthen Exp $
|
|
|
|
COMMENT= multi-radix calculator for x11
|
|
|
|
DATE= 19951219
|
|
DISTNAME= hexcalc
|
|
PKGNAME= ${DISTNAME}-${DATE}
|
|
REVISION= 1
|
|
CATEGORIES= math
|
|
EXTRACT_SUFX= ..tar.Z
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += X11 Xaw Xext Xmu Xt c
|
|
|
|
MASTER_SITES= http://spacehopper.org/mirrors/ \
|
|
ftp://aixpdslib.seas.ucla.edu/pub/hexcalc/RISC/3.2/src/
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-extract:
|
|
@rm -f ${WRKSRC}/*.orig
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/hexcalc ${PREFIX}/bin/hexcalc
|
|
${INSTALL_MAN} ${WRKSRC}/hexcalc.man ${PREFIX}/man/man1/hexcalc.1
|
|
|
|
.include <bsd.port.mk>
|