openbsd-ports/games/agm/Makefile
schwarze 65564eecf8 The manuals in these ports use the .IX macro without defining it,
which causes mandoc(1) to report errors.  However, in these particular
cases, the errors have no harmful consequences, formatting is correct,
and the undefined macro can safely be skipped, so drop USE_GROFF.
While here, update-plist and bump.
OK naddy@ benoit@ (amide MAINTAINER)
2013-10-15 20:49:57 +00:00

23 lines
501 B
Makefile

# $OpenBSD: Makefile,v 1.24 2013/10/15 20:49:57 schwarze Exp $
COMMENT= anagram search utility
DISTNAME= agm-1.3.1
REVISION = 2
CATEGORIES= games
PERMIT_PACKAGE_CDROM= no license available
PERMIT_PACKAGE_FTP= no license available
PERMIT_DISTFILES_FTP= no license available
WANTLIB= c
MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/amusements/}
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/agm ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/agm.6 ${PREFIX}/man/man6
.include <bsd.port.mk>