freebsd-ports/print/asprint/Makefile
Niclas Zeising 823770dbfb Add USES=xorg USES=gl, ports categories p
Add USES=xorg and USES=gl to ports in categories starting with 'p'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 20:47:26 +00:00

24 lines
471 B
Makefile

# Created by: brett@peloton.physics.montana.edu
# $FreeBSD$
PORTNAME= asprint
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= AFTERSTEP/apps/asprint
DISTNAME= asprint
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple browser to allow a user to print
PLIST_FILES= bin/asprint
USES= xorg
USE_XORG= xmu xpm xt xaw x11
ALL_TARGET= asprint
MAKEFILE= makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/asprint ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>