openbsd-ports/devel/ctm/Makefile
naddy abfa9851a8 If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
authorized by espie@

Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00

24 lines
516 B
Makefile

# $OpenBSD: Makefile,v 1.4 2000/12/21 21:20:36 naddy Exp $
# Poul-Henning Kamp <phk@FreeBSD.org>
DISTNAME= ctmkit
PKGNAME= ctm
CATEGORIES= net devel
HOMEPAGE= http://www.openbsd.org/ctm.html
MAINTAINER= ports@openbsd.org
LICENSE_TYPE= NONE # Beerware?
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FAKE_FLAGS= PREFIX=${PREFIX} DESTDIR=${WRKINST}
MASTER_SITES= http://www.nemeton.com.au/src/
WRKBUILD= ${WRKSRC}/ctm
.include <bsd.port.mk>