freebsd-ports/print/asprint/Makefile
Erwin Lansing 9e3ebbc410 Reset maintainer, address bounces:
<brett@peloton.runet.edu>: connect to peloton.runet.edu[137.45.96.205]:25:
    Operation timed out
2009-08-03 08:32:01 +00:00

27 lines
562 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= 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
do-install:
${INSTALL_PROGRAM} $(WRKSRC)/asprint ${PREFIX}/bin
.include <bsd.port.mk>