1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/print/asprint/Makefile
2021-04-06 16:31:07 +02:00

23 lines
459 B
Makefile

# Created by: brett@peloton.physics.montana.edu
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>