mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
db07cda4f6
PR: ports/169889 Submitted by: maintainer, jwbacon@tds.net
22 lines
404 B
Makefile
22 lines
404 B
Makefile
# 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>
|