diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-04 22:24:17 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-04 22:24:17 +0800 |
commit | 87600493cb639bfa18d99d81ca86855ff8040798 (patch) | |
tree | 54dde390a56aa11617af13ed1593651c7e2b4544 | |
parent | b2328a5eae2b5b2264229fa0d2ae95ecb1308a24 (diff) | |
download | freebsd-ports-gnome-87600493cb639bfa18d99d81ca86855ff8040798.tar.gz freebsd-ports-gnome-87600493cb639bfa18d99d81ca86855ff8040798.tar.zst freebsd-ports-gnome-87600493cb639bfa18d99d81ca86855ff8040798.zip |
LICENSE MIT (X11)
-rw-r--r-- | games/xboing/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/Xaw3d/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/games/xboing/Makefile b/games/xboing/Makefile index 27041261febb..29cbdac83c72 100644 --- a/games/xboing/Makefile +++ b/games/xboing/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= X11 arcade game +LICENSE= MIT + USE_IMAKE= yes USE_XORG= xpm xext x11 WRKSRC= ${WRKDIR}/xboing diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index 4ad46807b43c..59c6bf482130 100644 --- a/x11-toolkits/Xaw3d/Makefile +++ b/x11-toolkits/Xaw3d/Makefile @@ -16,6 +16,8 @@ MASTER_SITES= ftp://ftp.visi.com/users/hawkeyd/X/ \ MAINTAINER= dinoex@FreeBSD.org COMMENT= A 3-D Athena Widget set that looks like Motif +LICENSE= MIT + WRKSRC= ${WRKDIR}/xc/lib/Xaw3d USE_IMAKE= yes USE_XORG= x11 xext xmu xt sm ice xpm |