mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fb93fc598b
PR: 19468 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
25 lines
465 B
Makefile
25 lines
465 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= ${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>
|