14b2094c37
set up reasonable permissions for idled, so that packaging may happen as non-root.
20 lines
452 B
Makefile
20 lines
452 B
Makefile
# $OpenBSD: Makefile,v 1.8 2000/06/07 01:04:24 espie Exp $
|
|
|
|
DISTNAME= idled-1.16
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.darkwing.com/idled/download/ \
|
|
ftp://ftp.cs.hope.edu/pub/idled/
|
|
|
|
MAINTAINER= ports@openbsd.org
|
|
|
|
PERMIT_PACKAGE_CDROM= "no fee"
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= "no fee"
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
post-extract:
|
|
@cd ${WRKSRC}; make clean
|
|
|
|
FAKE_FLAGS=PREFIX=${PREFIX} DESTDIR=${WRKINST}
|
|
.include <bsd.port.mk>
|