- PKGNAME=${DISTNAME}-${DATE}
- rearrange Makefile - delete toxiclinux from the MASTER_SITES from maintainer
This commit is contained in:
parent
cac5ce4b21
commit
64c7c64de2
@ -1,26 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2001/03/24 12:51:52 reinhard Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2001/03/28 14:15:01 reinhard Exp $
|
||||
|
||||
COMMENT= 'multi-radix calculator for x11'
|
||||
|
||||
DATE= 19951219
|
||||
DISTNAME= hexcalc
|
||||
PKGNAME= ${DISTNAME}-${DATE}
|
||||
CATEGORIES= math
|
||||
EXTRACT_SUFX= ..tar.Z
|
||||
NEED_VERSION= 1.363
|
||||
|
||||
MASTER_SITES= ftp://aixpdslib.seas.ucla.edu/pub/hexcalc/RISC/3.2/src/ \
|
||||
http://toxiclinux.org/binary
|
||||
|
||||
MAINTAINER= Peter Valchev <pvalchev@home.com>
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
FAKE_FLAGS= PREFIX="${WRKINST}${PREFIX}"
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ftp://aixpdslib.seas.ucla.edu/pub/hexcalc/RISC/3.2/src/
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/hexcalc ${PREFIX}/bin/hexcalc
|
||||
${INSTALL_MAN} ${WRKSRC}/hexcalc.man ${PREFIX}/man/man1/hexcalc.1
|
||||
|
Loading…
Reference in New Issue
Block a user