openbsd-ports/games/an/Makefile

17 lines
387 B
Makefile
Raw Normal View History

1999-09-28 13:53:28 -04:00
# $OpenBSD: Makefile,v 1.3 1999/09/28 17:53:28 brad Exp $
1998-07-12 00:42:27 -04:00
DISTNAME= an-0.93
CATEGORIES= games
1999-09-28 13:53:28 -04:00
MASTER_SITES= ftp://suburbia.net/pub/rmj/
1998-07-12 00:42:27 -04:00
MAINTAINER= angelos@openbsd.org
1999-09-28 13:53:28 -04:00
MAKE_ENV= DEFS=-DDEFDICT=\\\"/usr/share/dict/words\\\"
1998-07-12 00:42:27 -04:00
ALL_TARGET= with-getopt
do-install:
1999-09-28 13:53:28 -04:00
${INSTALL_PROGRAM} ${WRKSRC}/an ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/an.6 ${MANPREFIX}/man/man6
1998-07-12 00:42:27 -04:00
.include <bsd.port.mk>