1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/print/asprint/Makefile
2000-04-09 17:50:59 +00:00

24 lines
445 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
CATEGORIES= print
MASTER_SITES= ftp://ftp.afterstep.org/apps/asprint/
DISTNAME= 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>