diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-03-11 23:36:35 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-03-11 23:36:35 +0000 |
commit | d93f9ffd28d7d0de164216b362437a6145d2cd97 (patch) | |
tree | fd8415f566fd31efd4a6d4ac57bc0beeb16e25b4 /x11/xtestpicture/Makefile | |
parent | 875fa5609d9950f2576d433ea8378b33bc67ab97 (diff) | |
download | ports-d93f9ffd28d7d0de164216b362437a6145d2cd97.tar.gz ports-d93f9ffd28d7d0de164216b362437a6145d2cd97.zip |
Notes
Diffstat (limited to 'x11/xtestpicture/Makefile')
-rw-r--r-- | x11/xtestpicture/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/xtestpicture/Makefile b/x11/xtestpicture/Makefile new file mode 100644 index 000000000000..98f5486460f9 --- /dev/null +++ b/x11/xtestpicture/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xtestpicture +# Version required: 1.1 +# Date created: 11 March 1997 +# Whom: joerg +# +# $Id$ +# + +DISTNAME= xtestpicture-1.1 +CATEGORIES= x11 +MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ + +MAINTAINER= joerg@FreeBSD.org + +USE_IMAKE= yes + +.include <bsd.port.mk> |