diff options
author | Jim Mock <jim@FreeBSD.org> | 1999-08-24 09:50:50 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 1999-08-24 09:50:50 +0000 |
commit | 3cc75b6de9e63bcb054f433f333257e94f83314c (patch) | |
tree | 84d50a04b86276f47476a4e3336be4d67840fc15 /www/erwn/Makefile | |
parent | c7260fd68fc0e0bcbbe0c3704a40e3237ef62bf5 (diff) |
Renamed erwin to erwn to avoid copyright issues.
Notes
Notes:
svn path=/head/; revision=20923
Diffstat (limited to 'www/erwn/Makefile')
-rw-r--r-- | www/erwn/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/www/erwn/Makefile b/www/erwn/Makefile new file mode 100644 index 000000000000..018c3dac0e5e --- /dev/null +++ b/www/erwn/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: erwin +# Version required: 0.3.1 +# Date created: 31 July 1999 +# Whom: Jim Mock <jimFreeBSD.org> +# +# $Id: Makefile,v 1.2 1999/08/22 19:00:33 mharo Exp $ +# + +DISTNAME= erwin-0.3.1 +PKGNAME= erwn-0.3.1 +CATEGORIES= www editors +MASTER_SITES= http://www-stud.fht-esslingen.de/erwin/ + +MAINTAINER= jim@FreeBSD.org + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes +USE_GMAKE= yes + +post-install: + @strip ${PREFIX}/bin/erwin +.if !defined(NOPORTDOCS) + @${ECHO} "===> Installing README in ${PREFIX}/share/doc/erwin" + @${MKDIR} ${PREFIX}/share/doc/erwin && ${CHMOD} a+rx ${PREFIX}/share/doc/erwin + @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/erwin +.endif + +.include <bsd.port.mk> |