blob: 3f6c2a56b3533913afe1f0cffec0a127d55f7893 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: app
# Date created: 18 September 2009
# Whom: Jason Bacon <jwbacon@tds.net>
#
# $FreeBSD$
#
PORTNAME= papp
PORTVERSION= 0.3
CATEGORIES= devel
MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
MAINTAINER= jwbacon@tds.net
COMMENT= Assembly Preprocessor
LICENSE= BSD
MAN1= papp.1
.include <bsd.port.mk>
|