mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
e357486dc7
to work with AfterStep that allows a user to select files to print. PR: 4331 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
24 lines
469 B
Makefile
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>
|