mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
25 lines
499 B
Makefile
25 lines
499 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= A simple browser to allow a user to print
|
|
|
|
PLIST_FILES= bin/asprint
|
|
USE_XORG= xmu xpm xt xaw x11
|
|
ALL_TARGET= asprint
|
|
MAKEFILE= makefile
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_PROGRAM} $(WRKSRC)/asprint ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|