openbsd-ports/education/epte/Makefile

27 lines
481 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2010/08/23 09:31:23 ajacoutot Exp $
COMMENT= electronic periodic table of the elements
DISTNAME= epte-2.0.7
CATEGORIES= education
HOMEPAGE= http://www.toddmiller.com/epte/
WANTLIB += c ncurses
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WRKDIST= ${WRKDIR}/epte
MAKE_FILE= makefile
ALL_TARGET= epte
MASTER_SITES= ${HOMEPAGE}
NO_REGRESS= Yes
.include <bsd.port.mk>