freebsd-ports/print/asprint/Makefile
Baptiste Daroussin defb16c554 Support stage
2014-03-30 14:45:55 +00:00

23 lines
494 B
Makefile

# Created by: brett@peloton.physics.montana.edu
# $FreeBSD$
PORTNAME= asprint
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_AFTERSTEP}
MASTER_SITE_SUBDIR= apps/asprint
DISTNAME= asprint
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple browser to allow a user to print
PLIST_FILES= bin/asprint
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>