diff options
| author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-07-03 02:27:55 +0800 |
|---|---|---|
| committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-07-03 02:27:55 +0800 |
| commit | 0fe71f81c6022860cf8c358b979aac438767902b (patch) | |
| tree | cb9dbf700ca1ae8548ec911f0a28cf09cb492a38 /print/libgnomecups/Makefile | |
| parent | a21c34edb9cc853441ee730012152e9e54e7e627 (diff) | |
| download | marcuscom-ports-0fe71f81c6022860cf8c358b979aac438767902b.tar marcuscom-ports-0fe71f81c6022860cf8c358b979aac438767902b.tar.gz marcuscom-ports-0fe71f81c6022860cf8c358b979aac438767902b.tar.bz2 marcuscom-ports-0fe71f81c6022860cf8c358b979aac438767902b.tar.lz marcuscom-ports-0fe71f81c6022860cf8c358b979aac438767902b.tar.xz marcuscom-ports-0fe71f81c6022860cf8c358b979aac438767902b.tar.zst marcuscom-ports-0fe71f81c6022860cf8c358b979aac438767902b.zip | |
Add libgnomecups 0.1.5. The descr could probably use some work.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@953 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/libgnomecups/Makefile')
| -rw-r--r-- | print/libgnomecups/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/print/libgnomecups/Makefile b/print/libgnomecups/Makefile new file mode 100644 index 000000000..4c301c066 --- /dev/null +++ b/print/libgnomecups/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: libgnomecups +# Date created: 02 July 2003 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libgnomecups +PORTVERSION= 0.1.5 +CATEGORIES= print gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME interface to the CUPS printing system + +LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base + +USE_BZIP2= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +INSTALLS_SHLIB= yes +USE_GNOME= gnomeprefix gnomehack glib20 + +.include <bsd.port.mk> |
