mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
21 lines
295 B
Makefile
21 lines
295 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: stan
|
|
# Date created: May 1, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= stan
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.roqe.org/stan/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= stan.1
|
|
|
|
.include <bsd.port.mk>
|