1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Move PORTNAME/PORTVERSION above pre.mk include.

This commit is contained in:
Satoshi Asami 2000-04-14 23:09:36 +00:00
parent 15be9bf75b
commit 1686bb5d35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27549

View File

@ -5,6 +5,11 @@
# $FreeBSD$
#
PORTNAME= xforms
PORTVERSION= 0.88.1
CATEGORIES= graphics x11-toolkits
EXTRACT_SUFX= .tgz
USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
@ -23,10 +28,6 @@ MASTER_SITES= ftp://bragg.phys.uwm.edu/pub/xforms/freeBSD/ \
ftp://ftp.via.ecp.fr/pub2/xforms/freeBSD/ \
ftp://ftp.st.ryukoku.ac.jp/pub/X11/xforms/freeBSD/
.endif
PORTNAME= xforms
PORTVERSION= 0.88.1
CATEGORIES= graphics x11-toolkits
EXTRACT_SUFX= .tgz
MAINTAINER= gena@NetVision.net.il