1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/print/asprint/Makefile

25 lines
465 B
Makefile
Raw Normal View History

# New ports collection makefile for: asmail
# Date created: 16 August 1997
# Whom: brett@peloton.physics.montana.edu
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
#
2000-04-09 17:50:59 +00:00
PORTNAME= asprint
PORTVERSION= 1.0
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_AFTERSTEP}
MASTER_SITE_SUBDIR= 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>