o textproc/docproj-jadetex: - Remove port; functionality is moved to textproc/docproj o textproc/docproj-nojadetex: - Remove extraneous MAINTAINER line - Trim headers o textproc/docproj: - Trim headers - Convert to new options framework - Default to WITH_JADETEX=yes - Make devel/subversion dependency optional while noting it is required for source checkout; this allows us to skip svn and dependencies for release builds - Bump PORTREVISION o Add UPDATING entry explaining who needs to update port origins o Add MOVED entry for textproc/docproj-jadetex
10 lines
189 B
Makefile
10 lines
189 B
Makefile
# Created by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -nojadetex
|
|
WITHOUT_JADETEX=yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../docproj
|
|
|
|
.include "${MASTERDIR}/Makefile"
|