freebsd-ports/print/asprint/Makefile
Thomas Gellekum e357486dc7 Import of asprint port. asprint is a simple browser designed
to work with AfterStep that allows a user to select files
to print.

PR:		4331
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
1997-11-04 13:42:42 +00:00

24 lines
469 B
Makefile

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