1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/print/asprint/Makefile
Chris Piazza 68e615346e Update MAINTAINER's email address
PR:		13648
Submitted by:	maintainer
1999-09-09 03:03:19 +00:00

24 lines
455 B
Makefile

# New ports collection makefile for: asmail
# Version required: 1.0
# Date created: 16 August 1997
# Whom: brett@peloton.physics.montana.edu
#
# $FreeBSD$
#
DISTNAME= asprint
PKGNAME= asprint-1.0
CATEGORIES= print
MASTER_SITES= ftp://ftp.afterstep.org/apps/asprint/
MAINTAINER= brett@peloton.runet.edu
USE_X_PREFIX= yes
ALL_TARGET= asprint
MAKEFILE= makefile
do-install:
${INSTALL_PROGRAM} $(WRKSRC)/asprint ${PREFIX}/bin
.include <bsd.port.mk>