diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-25 11:42:38 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-25 11:42:38 +0800 |
commit | 3f6c37714592af96c8d4f72e4fd2a5279e61ac27 (patch) | |
tree | 14270b342737f6b4e70b56b5fed6acc915bd52d7 /x11-toolkits/gdl/Makefile | |
parent | 2910b960466de4be4af334d5c352e52334354b8b (diff) | |
download | marcuscom-ports-3f6c37714592af96c8d4f72e4fd2a5279e61ac27.tar marcuscom-ports-3f6c37714592af96c8d4f72e4fd2a5279e61ac27.tar.gz marcuscom-ports-3f6c37714592af96c8d4f72e4fd2a5279e61ac27.tar.bz2 marcuscom-ports-3f6c37714592af96c8d4f72e4fd2a5279e61ac27.tar.lz marcuscom-ports-3f6c37714592af96c8d4f72e4fd2a5279e61ac27.tar.xz marcuscom-ports-3f6c37714592af96c8d4f72e4fd2a5279e61ac27.tar.zst marcuscom-ports-3f6c37714592af96c8d4f72e4fd2a5279e61ac27.zip |
Remove after merge.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1267 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gdl/Makefile')
-rw-r--r-- | x11-toolkits/gdl/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile deleted file mode 100644 index 43863324b..000000000 --- a/x11-toolkits/gdl/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: gdl -# Date created: 24 July 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gdl -PORTVERSION= 0.4.0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Components intended to be shared between GNOME development tools - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> |