summaryrefslogtreecommitdiff
path: root/print/asprint/Makefile
blob: aff8964c1d49f15fc48361a5cb6eee5768a048a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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.2 1998/08/05 09:31:37 asami Exp $
#

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_X_PREFIX=	yes
ALL_TARGET=	asprint
MAKEFILE=	makefile

BROKEN_ELF=	yes

do-install:
	${INSTALL_PROGRAM} $(WRKSRC)/asprint ${PREFIX}/bin

.include <bsd.port.mk>