freebsd-ports/print/asprint/Makefile
SADA Kenji 1c95fb782a Revice MASTER_SITES to the new location.
PR:		ports/8794
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
1998-11-22 19:18:59 +00:00

24 lines
508 B
Makefile

# New ports collection makefile for: asmail
# Version required: 1.0
# Date created: 16 August 1997
# Whom: brett@peloton.physics.montana.edu
#
# $Id: Makefile,v 1.4 1998/10/13 02:48:49 jseger Exp $
#
DISTNAME= asprint
PKGNAME= asprint-1.0
CATEGORIES= print
MASTER_SITES= ftp://ftp.afterstep.org/apps/asprint/
MAINTAINER= brett@peloton.physics.montana.edu
USE_X_PREFIX= yes
ALL_TARGET= asprint
MAKEFILE= makefile
do-install:
${INSTALL_PROGRAM} $(WRKSRC)/asprint ${PREFIX}/bin
.include <bsd.port.mk>