1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/print/asprint/Makefile
Martin Wilke c4c8f4be45 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 11:11:33 +00:00

28 lines
568 B
Makefile

# New ports collection makefile for: asmail
# Date created: 16 August 1997
# Whom: brett@peloton.physics.montana.edu
#
# $FreeBSD$
#
PORTNAME= asprint
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_AFTERSTEP}
MASTER_SITE_SUBDIR= apps/asprint
DISTNAME= asprint
MAINTAINER= brett@peloton.runet.edu
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
do-install:
${INSTALL_PROGRAM} $(WRKSRC)/asprint ${PREFIX}/bin
.include <bsd.port.mk>